home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / gimp-data.postinst < prev    next >
Encoding:
Text File  |  2009-03-17  |  184 b   |  8 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_icons
  4. if which update-icon-caches >/dev/null 2>&1 ; then
  5.     update-icon-caches /usr/share/icons/hicolor
  6. fi
  7. # End automatically added section
  8.